[U-Boot] [PATCH] drivers: hierarchize drivers Kconfig menu
Simon Glass
sjg at chromium.org
Sun Aug 2 23:21:16 CEST 2015
On 25 July 2015 at 11:46, Masahiro Yamada <yamada.masahiro at socionext.com> wrote:
> 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 <yamada.masahiro at socionext.com>
> ---
>
> drivers/core/Kconfig | 4 ++++
> drivers/crypto/Kconfig | 4 ++++
> drivers/demo/Kconfig | 4 ++++
> drivers/gpio/Kconfig | 8 ++++++++
> drivers/i2c/Kconfig | 8 ++++++++
> drivers/led/Kconfig | 4 ++++
> drivers/misc/Kconfig | 8 ++++++++
> drivers/rtc/Kconfig | 8 ++++++++
> drivers/serial/Kconfig | 8 ++++++++
> drivers/sound/Kconfig | 4 ++++
> drivers/usb/Kconfig | 8 ++++++++
> drivers/video/Kconfig | 8 ++++++++
> 12 files changed, 76 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list