9
0
Fork 0

tegra: defconfig: enable barebox OF drivers

We use them to configure the environment location
so it's a good idea to have them available by default.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-11-02 21:13:45 +01:00 committed by Sascha Hauer
parent 1834169f13
commit aa8bd30851
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ CONFIG_CMD_DETECT=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_OFTREE=y
CONFIG_NET=y
CONFIG_OF_BAREBOX_DRIVERS=y
CONFIG_DRIVER_SERIAL_NS16550=y
CONFIG_DRIVER_NET_RTL8169=y
CONFIG_MCI=y