]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: core: Add Kconfig for simple bus driver
authorMarek Vasut <marex@denx.de>
Sun, 2 Aug 2015 23:15:48 +0000 (01:15 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 31 Aug 2015 13:57:26 +0000 (07:57 -0600)
commit628d792c0775ff4b0d373494d075dd7fcb74bb76
treea5247aa5cdc88538ee80e67f4d07c6b24f1d91f7
parent4e9838c102e8575fbff3944e1596a53ec579844a
dm: core: Add Kconfig for simple bus driver

Add Kconfig entries for the simple-bus driver, both for U-Boot
and for SPL. The simple-bus is enabled by default in U-Boot and
disabled by default in SPL to preserve the original behavior.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Modified to fit on top of Masahiro's $(SPL) setup:
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/Kconfig
drivers/core/Makefile
drivers/core/device.c