From 0b11dbf705ee294ac5a9fe1aeda7b7f5537a8d72 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 26 Jul 2015 02:46:26 +0900 Subject: drivers: hierarchize drivers Kconfig menu The menuconfig for drivers are getting more and more cluttered and unreadable because too many entries are displayed in a single flat menu. Use hierarchic menu for each category. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass [trini: Update to apply again in a few places, drop USB hunk] Signed-off-by: Tom Rini --- drivers/sound/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/sound') diff --git a/drivers/sound/Kconfig b/drivers/sound/Kconfig index 3b96e84480..5de86c05c6 100644 --- a/drivers/sound/Kconfig +++ b/drivers/sound/Kconfig @@ -1,3 +1,5 @@ +menu "Sound support" + config SOUND bool "Enable sound support" help @@ -53,3 +55,5 @@ config SOUND_WM8994 Enable the wm8994 audio codec. This is connected via I2S for audio data and I2C for codec control. At present it only works with the Samsung I2S driver. + +endmenu -- cgit v1.2.1