summaryrefslogtreecommitdiff
path: root/configs/arbel_evb_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2023-02-17configs: Resync with savedefconfigTom Rini1-19/+13
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
2023-01-27ARM: config: enable function for nuvoton npcm845 bmcJim Liu1-1/+18
Enable npcm845 i2c、ethernet、REGULATOR and security feature Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
2022-12-12ARM: config: enable function for nuvoton npcm845 bmcJim Liu1-2/+15
Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
2022-11-04usb: ohci: Use a flexible array member for portstatusSamuel Holland1-1/+0
The struct is only used to overlay the MMIO region, so the behavior is the same. This obsoletes the Kconfig option for the number of ports. Signed-off-by: Samuel Holland <samuel@sholland.org>
2022-10-21configs: Resync with savedefconfigTom Rini1-1/+0
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
2022-10-07arm: nuvoton: Add support for Nuvoton NPCM845 BMCJim Liu1-0/+66
Add basic support for the Nuvoton NPCM845 EVB (Arbel). Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>