diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-07-05 10:02:52 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 10:02:52 +0200 |
commit | ce8ffef0bfd6e55d5da3923d8e9af27c3b5c4eff (patch) | |
tree | e8b8fe408418ebd90fd6608ec26df7a12ac6e3c6 /arch/arm/mach-mx3/Kconfig | |
parent | 1b53218bfa4c0e17fc16ff7fadb85b82bbd3c77c (diff) |
MX31: add basic pcm037 board support
This patch adds basic board support for phytecs pmc037 board.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 5fe8606cac08..8b7b49a92923 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig @@ -8,5 +8,11 @@ config MACH_MX31ADS Include support for MX31ADS platform. This includes specific configurations for the board and its peripherals. +config MACH_PCM037 + bool "Support Phytec pcm037 platforms" + help + Include support for Phytec pcm037 platform. This includes + specific configurations for the board and its peripherals. + endmenu |