Kconfig (c1144d29f405ce1f4e6ede6482beb3d0d09750c6) | Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) |
---|---|
1if ARCH_SA1100 2 3menu "SA11x0 Implementations" 4 5config SA1100_ASSABET 6 bool "Assabet" 7 select ARM_SA1110_CPUFREQ 8 select GPIO_REG --- 106 unchanged lines hidden (view full) --- 115 help 116 Say Y here if you are using the Linux Advanced Radio Terminal 117 (also known as the LART). See <http://www.lartmaker.nl/> for 118 information on the LART. 119 120config SA1100_NANOENGINE 121 bool "nanoEngine" 122 select ARM_SA1110_CPUFREQ | 1if ARCH_SA1100 2 3menu "SA11x0 Implementations" 4 5config SA1100_ASSABET 6 bool "Assabet" 7 select ARM_SA1110_CPUFREQ 8 select GPIO_REG --- 106 unchanged lines hidden (view full) --- 115 help 116 Say Y here if you are using the Linux Advanced Radio Terminal 117 (also known as the LART). See <http://www.lartmaker.nl/> for 118 information on the LART. 119 120config SA1100_NANOENGINE 121 bool "nanoEngine" 122 select ARM_SA1110_CPUFREQ |
123 select PCI | 123 select FORCE_PCI |
124 select PCI_NANOENGINE 125 help 126 Say Y here if you are using the Bright Star Engineering nanoEngine. 127 See <http://www.brightstareng.com/arm/nanoeng.htm> for information 128 on the BSE nanoEngine. 129 130config SA1100_PLEB 131 bool "PLEB" --- 40 unchanged lines hidden --- | 124 select PCI_NANOENGINE 125 help 126 Say Y here if you are using the Bright Star Engineering nanoEngine. 127 See <http://www.brightstareng.com/arm/nanoeng.htm> for information 128 on the BSE nanoEngine. 129 130config SA1100_PLEB 131 bool "PLEB" --- 40 unchanged lines hidden --- |