config: make CONFIG_ALL_* select other CONIFG_ALL_* options
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 15 Jul 2017 20:54:33 +0000 (22:54 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 26 Aug 2017 12:59:20 +0000 (14:59 +0200)
commit589621b1c03c25e6436d30aaa508aef2484244a6
tree4bddcc085ee3c75b9fd850e7270371ebce5ab1cb
parenta5d26d7fad1909bafbb6cec52664c3b684a0220c
config: make CONFIG_ALL_* select other CONIFG_ALL_* options

Select the other CONFIG_ALL_* options in the hierarchy when the master
option is selected. Currently CONFIG_ALL_KMODS is not selected when the
build bot selects CONFIG_ALL_NONSHARED for example.

Now the rtc kmods should get build when CONFIG_ALL_KMODS,
CONFIG_ALL_NONSHARED or CONFIG_ALL and CONFIG_RTC_SUPPORT are selected
like it is done by the build bots for targets with rtc support.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Jo-Philipp Wich <jo@mein.io>
config/Config-build.in