Kconfig (7547a3e8a43d31aaf91c2daf5f597e43212ccddf) | Kconfig (3c55494670745e523f69b56edb66ca0b50a470c2) |
---|---|
1# x86 configuration 2mainmenu "Linux Kernel Configuration for x86" 3 4# Select 32 or 64 bit 5config 64BIT 6 bool "64-bit kernel" if ARCH = "x86" 7 default ARCH = "x86_64" 8 ---help--- --- 2010 unchanged lines hidden (view full) --- 2019 ---help--- 2020 This driver provides a clock event source based on the MFGPT 2021 timer(s) in the CS5535 and CS5536 companion chip for the geode. 2022 MFGPTs have a better resolution and max interval than the 2023 generic PIT, and are suitable for use as high-res timers. 2024 2025config OLPC 2026 bool "One Laptop Per Child support" | 1# x86 configuration 2mainmenu "Linux Kernel Configuration for x86" 3 4# Select 32 or 64 bit 5config 64BIT 6 bool "64-bit kernel" if ARCH = "x86" 7 default ARCH = "x86_64" 8 ---help--- --- 2010 unchanged lines hidden (view full) --- 2019 ---help--- 2020 This driver provides a clock event source based on the MFGPT 2021 timer(s) in the CS5535 and CS5536 companion chip for the geode. 2022 MFGPTs have a better resolution and max interval than the 2023 generic PIT, and are suitable for use as high-res timers. 2024 2025config OLPC 2026 bool "One Laptop Per Child support" |
2027 select GPIOLIB |
|
2027 default n 2028 ---help--- 2029 Add support for detecting the unique features of the OLPC 2030 XO hardware. 2031 2032endif # X86_32 2033 2034config K8_NB --- 65 unchanged lines hidden --- | 2028 default n 2029 ---help--- 2030 Add support for detecting the unique features of the OLPC 2031 XO hardware. 2032 2033endif # X86_32 2034 2035config K8_NB --- 65 unchanged lines hidden --- |