iop: config: Don't enable CONFIG_BUILD_NLS

It seems like CONFIG_BUILD_NLS it is not needed by anything, so disable
it. On an embedded device, we do not need localised output. End-users
will probably never interact via SSH with the device. So it is unclear
why it had been enabled in the first place.
This commit is contained in:
Andreas Gnau 2021-11-04 17:19:55 +01:00
parent b1c705544b
commit f6f1644bab

View file

@ -1,4 +1,3 @@
CONFIG_BUILD_NLS=y
CONFIG_BUSYBOX_CUSTOM=y
CONFIG_CCACHE=y
CONFIG_DEBUG=y