diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-10-24 14:48:00 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-10-30 15:25:53 +0800 |
commit | 0ce53cdc5c7e28f378e480363a0b0c2ed7e7eaf9 (patch) | |
tree | d830707164f4d997c548c78bad9ed440f369d8a2 /arch/arm/mach-shmobile/Kconfig | |
parent | b82573e18bc61666ffd3901ca6677bf18b9ea743 (diff) | |
download | blackbird-op-linux-0ce53cdc5c7e28f378e480363a0b0c2ed7e7eaf9.tar.gz blackbird-op-linux-0ce53cdc5c7e28f378e480363a0b0c2ed7e7eaf9.zip |
ARM: mach-shmobile: Use DT_MACHINE for mackerel
Use DT_MACHINE_START() on the sh7372 based mackerel board.
Also include a tiny DTS file to describe the board and update the
Kconfig dependencies to select CONFIG_USE_OF.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 8ae100cc655c..0750d9c7f00d 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -95,6 +95,7 @@ config MACH_MACKEREL select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR select SND_SOC_AK4642 if SND_SIMPLE_CARD + select USE_OF config MACH_KOTA2 bool "KOTA2 board" |