hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/mtd/chips/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menu "RAM/ROM/Flash chip drivers"
23 depends on MTD!=n
34
....@@ -10,7 +11,7 @@
1011 AMD and other flash manufactures that provides a universal method
1112 for probing the capabilities of flash devices. If you wish to
1213 support any device that is CFI-compliant, you need to enable this
13
- option. Visit <http://www.amd.com/products/nvd/overview/cfi.html>
14
+ option. Visit <https://www.amd.com/products/nvd/overview/cfi.html>
1415 for more information on CFI.
1516
1617 config MTD_JEDECPROBE
....@@ -54,12 +55,14 @@
5455 LITTLE_ENDIAN_BYTE, if the bytes are reversed.
5556
5657 config MTD_CFI_NOSWAP
58
+ depends on !ARCH_IXP4XX || CPU_BIG_ENDIAN
5759 bool "NO"
5860
5961 config MTD_CFI_BE_BYTE_SWAP
6062 bool "BIG_ENDIAN_BYTE"
6163
6264 config MTD_CFI_LE_BYTE_SWAP
65
+ depends on !ARCH_IXP4XX
6366 bool "LITTLE_ENDIAN_BYTE"
6467
6568 endchoice