diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-05-11 16:14:53 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-11 17:02:55 -0400 |
commit | 9bf77ee6c24b33758a432f106fb765bf32550508 (patch) | |
tree | 530e3dcdd594de5dbd1f9f436e4fcdb64ebd00e1 /arch/arm/mach-ks8695/Kconfig | |
parent | 2c7ee6ab7cb7261aacea91d41da8df1874772f3f (diff) |
[ARM] 4333/2: KS8695: Micrel Development board
Board support and default configuration file for the Micrel/Kendin
KS8695 Development board.
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ks8695/Kconfig')
-rw-r--r-- | arch/arm/mach-ks8695/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-ks8695/Kconfig b/arch/arm/mach-ks8695/Kconfig index 44d14aa0baa7..ce1cf8de2b4d 100644 --- a/arch/arm/mach-ks8695/Kconfig +++ b/arch/arm/mach-ks8695/Kconfig | |||
@@ -2,6 +2,11 @@ if ARCH_KS8695 | |||
2 | 2 | ||
3 | menu "Kendin/Micrel KS8695 Implementations" | 3 | menu "Kendin/Micrel KS8695 Implementations" |
4 | 4 | ||
5 | config MACH_KS8695 | ||
6 | bool "KS8695 development board" | ||
7 | help | ||
8 | Say 'Y' here if you want your kernel to run on the original | ||
9 | Kendin-Micrel KS8695 development board. | ||
5 | 10 | ||
6 | endmenu | 11 | endmenu |
7 | 12 | ||