diff options
Diffstat (limited to 'arch/arm/mach-sa1100/Kconfig')
-rw-r--r-- | arch/arm/mach-sa1100/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index 5da8c35aa0de..3563d4637f6e 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig | |||
@@ -118,6 +118,14 @@ config SA1100_LART | |||
118 | (also known as the LART). See <http://www.lartmaker.nl/> for | 118 | (also known as the LART). See <http://www.lartmaker.nl/> for |
119 | information on the LART. | 119 | information on the LART. |
120 | 120 | ||
121 | config SA1100_NANOENGINE | ||
122 | bool "nanoEngine" | ||
123 | select CPU_FREQ_SA1110 | ||
124 | help | ||
125 | Say Y here if you are using the Bright Star Engineering nanoEngine. | ||
126 | See <http://www.brightstareng.com/arm/nanoeng.htm> for information | ||
127 | on the BSE nanoEngine. | ||
128 | |||
121 | config SA1100_PLEB | 129 | config SA1100_PLEB |
122 | bool "PLEB" | 130 | bool "PLEB" |
123 | select CPU_FREQ_SA1100 | 131 | select CPU_FREQ_SA1100 |