diff options
| author | Tom Rini <[email protected]> | 2022-03-25 08:02:04 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-25 08:02:31 -0400 |
| commit | 3b2d19c838a48350e06d4c12e4d749eec0217f2c (patch) | |
| tree | 2365bd9cda80b0bcbd56d181683186534287553c /board | |
| parent | a958c58571ef2af420f482f47a34924d75510065 (diff) | |
| parent | b40d2b2891382398c1be1df6ee1b6390f247a030 (diff) | |
Merge branch '2022-03-25-Kconfig-migrations' into next
- Merge a number of Kconfig migration patches
Diffstat (limited to 'board')
| -rw-r--r-- | board/bluewater/gurnard/Kconfig | 3 | ||||
| -rw-r--r-- | board/ronetix/pm9263/Kconfig | 3 | ||||
| -rw-r--r-- | board/siemens/corvus/Kconfig | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/board/bluewater/gurnard/Kconfig b/board/bluewater/gurnard/Kconfig index e2cd9f00df8..41ecbf7e22f 100644 --- a/board/bluewater/gurnard/Kconfig +++ b/board/bluewater/gurnard/Kconfig @@ -1,5 +1,8 @@ if TARGET_GURNARD +config GURNARD_SPLASH + def_bool y + config SYS_BOARD default "gurnard" diff --git a/board/ronetix/pm9263/Kconfig b/board/ronetix/pm9263/Kconfig index 5b47d348450..d6b8cacef55 100644 --- a/board/ronetix/pm9263/Kconfig +++ b/board/ronetix/pm9263/Kconfig @@ -1,5 +1,8 @@ if TARGET_PM9263 +config LCD_IN_PSRAM + def_bool y + config SYS_BOARD default "pm9263" diff --git a/board/siemens/corvus/Kconfig b/board/siemens/corvus/Kconfig index 69fe0f07234..77974133ccf 100644 --- a/board/siemens/corvus/Kconfig +++ b/board/siemens/corvus/Kconfig @@ -1,5 +1,8 @@ if TARGET_CORVUS +config AT91_LED + def_bool y + config SYS_BOARD default "corvus" |
