X86: Any reason why `CONFIG_NUMA` is disabled for x86 but enabled for some arm devices like layerscape?

Asking so I can submit a PR to resolve this, Numa nodes is especially useful for x86 esp on multiprocessor/core systems with docker, and it's already enabled on ARMSR, so why not x86?

Correction: Not ARMSR, but some arm devices like layerscape

CONFIG_EXT4_FS_POSIX_ACL
CONFIG_EXT4_FS_SECURITY

also disabled for x86 but enabled on ARMSR, these are needed for setcap which a docker/lxc container may use, do we really need to disable these functionalities in x86 which flash space isn't an issue??

Correction: Not ARMSR, but some arm devices like layerscape