Skip to content

Commit

Permalink
Merge pull request #17684 from fjmolinas/pr_auto_init_led_kconfig
Browse files Browse the repository at this point in the history
boards/Kconfig: remove wrongfully added MODULE_AUTO_INIT_LED* sym
  • Loading branch information
benpicco authored Feb 21, 2022
2 parents 3e2b670 + d3234c9 commit eb99e27
Showing 1 changed file with 0 additions and 63 deletions.
63 changes: 0 additions & 63 deletions boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,66 +15,3 @@ config MODULE_BOARD
depends on TEST_KCONFIG
help
Module which holds all board-specific files.

config MODULE_AUTO_INIT_LEDS
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of board leds

config MODULE_AUTO_INIT_LED0
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of LED0 if present

config MODULE_AUTO_INIT_LED1
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of LED1 if present

config MODULE_AUTO_INIT_LED2
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of LED2 if present

config MODULE_AUTO_INIT_LED3
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of LED3 if present

config MODULE_AUTO_INIT_LED4
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of LED4 if present

config MODULE_AUTO_INIT_LED5
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of LED5 if present

config MODULE_AUTO_INIT_LED6
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of LED6 if present

config MODULE_AUTO_INIT_LED7
bool
default y
depends on TEST_KCONFIG
help
Enable auto initalization of LED7 if present

0 comments on commit eb99e27

Please sign in to comment.