diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-05-03 14:30:16 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-08 12:23:28 -0400 |
commit | efdf811d82b8001781087fd9174bb90a9530e578 (patch) | |
tree | d62cf13cb9aa8f8ec55463dc146d8229483a8984 /arch/arm/mach-mvebu/Kconfig | |
parent | 7745b2512898e23507753513f7b5262ea1458135 (diff) |
ARM: Kirkwood: t5325: Remove platform device to instantiate audio
Remove platform device instantiating of the audio, which results in
board-t5325.c being removed. A DT node will be added to take its
place.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1399141819-23924-7-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 8c9fd60de40d..d6b0a772a6dd 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
@@ -104,13 +104,6 @@ config MACH_KIRKWOOD | |||
104 | Say 'Y' here if you want your kernel to support boards based | 104 | Say 'Y' here if you want your kernel to support boards based |
105 | on the Marvell Kirkwood device tree. | 105 | on the Marvell Kirkwood device tree. |
106 | 106 | ||
107 | config MACH_T5325 | ||
108 | bool "HP T5325 thin client" | ||
109 | depends on MACH_KIRKWOOD | ||
110 | help | ||
111 | Say 'Y' here if you want your kernel to support the | ||
112 | HP T5325 Thin client | ||
113 | |||
114 | endmenu | 107 | endmenu |
115 | 108 | ||
116 | endif | 109 | endif |