blob: 18f006de24c307d2b88508f51f02a928e9d24a7f [file] [log] [blame]
Simon Glassc8821632019-02-16 20:24:49 -07001config PCH
2 bool "Enable Platform-controller Hub (PCH) support"
3 depends on X86 || SANDBOX
4 help
5 Most x86 chips include a PCH which is responsible for handling
6 parts of the system not handled by that CPU. It supersedes the
7 northbridge / southbridge architecture that was previously used. The
8 PCH allows for higher performance since the memory functions are
9 handled in the CPU.