]> git.karo-electronics.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:15 +0000 (12:19 +0200)
commit6d32e5fcf3fd1250db38716a1573b7d5543886dd
treea81a7d3c8dd9345dd0ae8b2d9d927f5ca1f3f640
parentf0844820609e58eefc122700722d7c8c9f0cbe84
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