linux-gbmc: aspeed-g7: update unused kconfig

Following are not used:
```
CONFIG_PCIE_ASPEED:
   PCIe Root Complex

CONFIG_RTC_DRV_ASPEED:
   Real Time Clock (RTC)

CONFIG_ASPEED_BMC_DEV:
CONFIG_ASPEED_HOST_BMC_DEV:
   Exchange messages and data between the BMC and the Host
   processor over PCIe link.

CONFIG_ASPEED_MCTP:
   MCTP Engine receives Msg which carries MCTP packet
   through PCIe from Host or sends it to Host.

CONFIG_ASPEED_XDMA:
   Transfer data between memory of BMC and Host (via PCIe)

CONFIG_AST2700_OTP:
   One Time Programming Controller

CONFIG_ASPEED_PCIE_MMBI:
   E2M PCIe MMBI feature(E2M is a device used to transfer PCIe bus
   into Memory bus by extra memory remapping control and MMBI
   features.)

CONFIG_PHY_ASPEED_SGMII:
   SGMII mode for ast2700 A1 MAC2
```


Tested:
1. Use following command check kconfig
zcat /proc/config.gz > running.config

Google-Bug-Id: NA
Change-Id: I6c5bafb6430ae17e39e4272a08dd33d09487edde
Signed-off-by: Alan Hung <yung-sheng.huang@fii-na.corp-partner.google.com>
1 file changed
tree: 9db2e673cfad527120752850cab7a3d94966f9dd
  1. classes/
  2. conf/
  3. dynamic-layers/
  4. recipes-bsp/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-google/
  10. recipes-kernel/
  11. recipes-phosphor/
  12. recipes-support/
  13. recipes-tpm1/
  14. recipes-tpm2/
  15. LICENSE
  16. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.