summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-04-08 10:17:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-08 10:17:15 +0200
commitc239b65fc2bc779343d7b8f0afd1c4cac1dd0beb (patch)
tree0f4cd6fb5cf7fae9f67d5eb7a95f24ecead54e35 /lib/Kconfig
parent62e4a326f060853bb2ef0bb03c11f1b5bab2cdb9 (diff)
parent26b2a029e97369efbe1520fc3a7f2412ccb1baeb (diff)
downloadbarebox-c239b65fc2bc779343d7b8f0afd1c4cac1dd0beb.tar.gz
barebox-c239b65fc2bc779343d7b8f0afd1c4cac1dd0beb.tar.xz
Merge branch 'for-next/layerscape'
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index b0839e6c6e..150d63b1ba 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -93,6 +93,10 @@ config IMAGE_SPARSE
config STMP_DEVICE
bool
+config FSL_QE_FIRMWARE
+ select CRC32
+ bool
+
config RATP
select CRC_ITU_T
bool "RATP protocol support"