List of categorical features instead of enable_categorical=True

Hi all,
I am aware that there is an argument, enable_categorical=True , which enables automatic detection of categorical features. However, I was wondering if it is also possible to pass a list of feature names as an alternative, similar to what is possible with LGBM or HistogramGradientRegressor.

Thank you!