Kconfig (37eca0d64a2dbeece25969ec0698e1ff72bdcf39) | Kconfig (bf1ebf007911d70a89de9a4a1b36d403e8eb064b) |
---|---|
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--- --- 1886 unchanged lines hidden (view full) --- 1895 1896config PCI_GOMMCONFIG 1897 bool "MMConfig" 1898 1899config PCI_GODIRECT 1900 bool "Direct" 1901 1902config PCI_GOOLPC | 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--- --- 1886 unchanged lines hidden (view full) --- 1895 1896config PCI_GOMMCONFIG 1897 bool "MMConfig" 1898 1899config PCI_GODIRECT 1900 bool "Direct" 1901 1902config PCI_GOOLPC |
1903 bool "OLPC" | 1903 bool "OLPC XO-1" |
1904 depends on OLPC 1905 1906config PCI_GOANY 1907 bool "Any" 1908 1909endchoice 1910 1911config PCI_BIOS --- 144 unchanged lines hidden (view full) --- 2056 27MHz high-resolution timer. Its also a workaround for 2057 NSC Geode SC-1100's buggy TSC, which loses time when the 2058 processor goes idle (as is done by the scheduler). The 2059 other workaround is idle=poll boot option. 2060 2061config OLPC 2062 bool "One Laptop Per Child support" 2063 select GPIOLIB | 1904 depends on OLPC 1905 1906config PCI_GOANY 1907 bool "Any" 1908 1909endchoice 1910 1911config PCI_BIOS --- 144 unchanged lines hidden (view full) --- 2056 27MHz high-resolution timer. Its also a workaround for 2057 NSC Geode SC-1100's buggy TSC, which loses time when the 2058 processor goes idle (as is done by the scheduler). The 2059 other workaround is idle=poll boot option. 2060 2061config OLPC 2062 bool "One Laptop Per Child support" 2063 select GPIOLIB |
2064 select OLPC_OPENFIRMWARE |
|
2064 ---help--- 2065 Add support for detecting the unique features of the OLPC 2066 XO hardware. 2067 | 2065 ---help--- 2066 Add support for detecting the unique features of the OLPC 2067 XO hardware. 2068 |
2069config OLPC_XO1 2070 tristate "OLPC XO-1 support" 2071 depends on OLPC 2072 ---help--- 2073 Add support for non-essential features of the OLPC XO-1 laptop. 2074 |
|
2068config OLPC_OPENFIRMWARE 2069 bool "Support for OLPC's Open Firmware" 2070 depends on !X86_64 && !X86_PAE | 2075config OLPC_OPENFIRMWARE 2076 bool "Support for OLPC's Open Firmware" 2077 depends on !X86_64 && !X86_PAE |
2071 default y if OLPC | 2078 default n |
2072 help 2073 This option adds support for the implementation of Open Firmware 2074 that is used on the OLPC XO-1 Children's Machine. 2075 If unsure, say N here. 2076 2077endif # X86_32 2078 2079config K8_NB --- 65 unchanged lines hidden --- | 2079 help 2080 This option adds support for the implementation of Open Firmware 2081 that is used on the OLPC XO-1 Children's Machine. 2082 If unsure, say N here. 2083 2084endif # X86_32 2085 2086config K8_NB --- 65 unchanged lines hidden --- |