u-boot-brain/drivers/core
Masahiro Yamada f494e0a184 kbuild: refactor some makefiles
[1] Move driver/core/, driver/input/ and drivers/input/ entries
    from the top Makefile to drivers/Makefile

[2] Remove the conditional by CONFIG_DM in drivers/core/Makefile
    because the whole drivers/core directory is already selected
    by CONFIG_DM in the upper level

[3] Likewise for CONFIG_DM_DEMO in drivers/demo/Makefile

[4] Simplify common/Makefile - both CONFIG_DDR_SPD and
    CONFIG_SPD_EEPROM are boolean macros so they can directly
    select objects

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Marek Vasut <marex@denx.de>
2014-09-24 18:30:29 -04:00
..
device.c dm: avoid dev->req_seq overflow 2014-09-23 12:44:31 -06:00
Kconfig kconfig: add blank Kconfig files 2014-09-24 18:30:28 -04:00
lists.c dm: Adjust lists_bind_fdt() to return the bound device 2014-09-10 12:59:59 -06:00
Makefile kbuild: refactor some makefiles 2014-09-24 18:30:29 -04:00
root.c dm: Adjust lists_bind_fdt() to return the bound device 2014-09-10 12:59:59 -06:00
uclass.c dm: Avoid accessing uclasses before they are ready 2014-07-23 14:07:26 +01:00
util.c dm: Add base driver model support 2014-03-04 12:15:29 -05:00