commit | b182816c1fb436916661949213c543bf4d42250b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jul 13 08:38:38 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 13 10:42:15 2024 -0600 |
tree | 0712da2bf7a7c57475d473f6d78a7758f25c08e0 | |
parent | 246a0ce1e17358c4a08579dfca9b33c179a3a928 [diff] |
turris_1x: Normalize Kconfig usage We don't set many options in the board Kconfig entry file but instead use defconfigs, select in some cases on the target itself, or update the "default" options of the main entries when needed. In this case we can remove most of the board Kconfig entries and just add them to the defconfig like other platforms. Signed-off-by: Tom Rini <trini@konsulko.com>