a good location to check for possible Kconfig simplification is in the kernel's drivers/phy subdirectories: https://github.com/torvalds/linux/tree/master/drivers/phy for example, check the freescale Kconfig file, where it appears that everything could be wrapped in: if OF ... endif rday