Commit d8c7ae72534ee0987fbc336150662c492e1f3562

Authored by Philippe Reynes
Committed by Daniel Schwierzeck
1 parent 1e4a7c69fd

bcm963158: enable gpio support

Enable the gpio support (driver and command)
in the configuration of the board bcm963158.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

configs/bcm963158_ram_defconfig
... ... @@ -20,6 +20,7 @@
20 20 # CONFIG_CMD_LZMADEC is not set
21 21 # CONFIG_CMD_UNZIP is not set
22 22 # CONFIG_CMD_FLASH is not set
  23 +CONFIG_CMD_GPIO=y
23 24 CONFIG_CMD_CACHE=y
24 25 CONFIG_DOS_PARTITION=y
25 26 CONFIG_ISO_PARTITION=y
... ... @@ -28,6 +29,8 @@
28 29 # CONFIG_NET is not set
29 30 CONFIG_BLK=y
30 31 CONFIG_CLK=y
  32 +CONFIG_DM_GPIO=y
  33 +CONFIG_BCM6345_GPIO=y
31 34 # CONFIG_MMC is not set
32 35 CONFIG_SPECIFY_CONSOLE_INDEX=y
33 36 # CONFIG_SPL_SERIAL_PRESENT is not set