nand: raw: Kconfig: Correct some dependency issues
authorTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 15:36:53 +0000 (16:36 +0100)
committerMichael Trimarchi <michael@amarulasolutions.com>
Tue, 18 Nov 2025 19:06:17 +0000 (20:06 +0100)
commit75153d92a5c02d8eba01c0893f6aff69ad4d2e2b
treed6d3f67fac949aa452a2c99fa4ac1a42b0cfad0f
parent78dafa8e9e5ac2ef77756889925f4b1ea0042520
nand: raw: Kconfig: Correct some dependency issues

The hidden symbol SPL_SYS_NAND_SELF_INIT was not being used correctly
leading to Kconfig dependency issues seen with "make allyesconfig". As
it's a select'd symbol we don't need to have a depends line on it, and
then in turn we need to also update the logic on SYS_NAND_PAGE_SIZE and
SYS_NAND_OOBSIZE.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mtd/nand/raw/Kconfig