Re: [PATCH v4] um/drivers: fix hostaudio build errors

2023-08-01 Thread Masahiro Yamada
On Tue, Aug 1, 2023 at 11:05 AM Randy Dunlap wrote: > > Use "select"s to ensure that the required kconfig symbols are set > as expected. Using plural, "select"s, sounds odd now. Use "select" and "depends on" to ensure ... ? As I said in the previous email, you need to add CONFIG_SOUND=y to

[PATCH v4] um/drivers: fix hostaudio build errors

2023-07-31 Thread Randy Dunlap
Use "select"s to ensure that the required kconfig symbols are set as expected. Drop HOSTAUDIO since it is now equivalent to UML_SOUND. Allow SOUND with UML regardless of HAS_IOMEM. Otherwise there is a kconfig warning for unmet dependencies. (This was not an issue when SOUND was defined in arch/um