diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-05-11 16:01:26 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-05-11 16:01:26 +0200 |
commit | 0167f53b9dc62d65b5a4b0c2cfe4b231f02c8a10 (patch) | |
tree | 1ce5a87c9316675a70c8b89cb84c3e0dcc7c60f5 /target/linux | |
parent | d8c7cd9cb15a51cbbf5dba9aab63da3addee9d87 (diff) | |
download | upstream-0167f53b9dc62d65b5a4b0c2cfe4b231f02c8a10.tar.gz upstream-0167f53b9dc62d65b5a4b0c2cfe4b231f02c8a10.tar.bz2 upstream-0167f53b9dc62d65b5a4b0c2cfe4b231f02c8a10.zip |
at91: add missing config symbols
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91/config-4.9 | 2 | ||||
-rw-r--r-- | target/linux/at91/sama5d2/config-default | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/at91/config-4.9 b/target/linux/at91/config-4.9 index dbc976b1dc..e1d6f78233 100644 --- a/target/linux/at91/config-4.9 +++ b/target/linux/at91/config-4.9 @@ -433,6 +433,7 @@ CONFIG_PM_SLEEP_DEBUG=y CONFIG_POWER_RESET=y CONFIG_POWER_RESET_AT91_POWEROFF=y CONFIG_POWER_RESET_AT91_RESET=y +# CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC is not set CONFIG_POWER_SUPPLY=y # CONFIG_PREVENT_FIRMWARE_BUILD is not set CONFIG_PROC_PAGE_MONITOR=y @@ -457,6 +458,7 @@ CONFIG_RTC_DRV_AT91RM9200=y # CONFIG_RTC_DRV_CMOS is not set CONFIG_RTC_I2C_AND_SPI=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y +# CONFIG_SAMA5D4_WATCHDOG is not set # CONFIG_SCHED_INFO is not set CONFIG_SCSI=y # CONFIG_SCSI_LOWLEVEL is not set diff --git a/target/linux/at91/sama5d2/config-default b/target/linux/at91/sama5d2/config-default index c682dc0d6e..eecc057d65 100644 --- a/target/linux/at91/sama5d2/config-default +++ b/target/linux/at91/sama5d2/config-default @@ -135,6 +135,7 @@ CONFIG_SAMA5D4_WATCHDOG=y CONFIG_MFD_ACT8945A=y CONFIG_MFD_ATMEL_FLEXCOM=y CONFIG_MFD_ATMEL_HLCDC=y +CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_VIRTUAL_CONSUMER=m |